::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #c3c3c3;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #c3c3c3;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d62929;
}

header {
  padding: 5px 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  margin: 0 0 20px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.site-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-banner img {
  max-width: 59%;
}

.site-logo img {
  max-width: 66%;
}

div#cart_button {
  position: relative;
}
div#cart_button_mob {
  position: relative;
}

div#cart_button .cart_count {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: solid 2px #000;
  color: #000;
  border-radius: 100%;
  font-weight: 600;
  width: 17px;
  height: 17px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#cart_button_mob .cart_count {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: solid 2px #000;
  color: #000;
  border-radius: 100%;
  font-weight: 600;
  width: 17px;
  height: 17px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .row {
  align-items: center;
}

.header-right > div {
  cursor: pointer;
}

header * {
  transition: all ease 0.3s;
}

.sidebar-cat {
  background: #fff;
  border-radius: 10px;
}

.sidebar-cat .input-group-text {
  background: transparent;
  border: none;
}

.sidebar-cat #search_word {
  border: none;
  padding: 12px 18px;
}

.sidebar-cat > .input-group {
  border-bottom: 1px solid #ccc;
}

.sidebar-cat .category li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  cursor: pointer;
  transition: all ease 0.3s;
  font-weight: 500;
}

.sidebar-cat .category li > div .dropdown-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.105);
  transition: all ease 0.3s;
  outline: none;
}

.sidebar-cat .category li > div span {
  flex: 1 1 0%;
  padding: 5px 14px;
  display: flex;
}

.sidebar-cat .category li > div span:empty {
  display: none;
}

.sidebar-cat .category .sub-category ul span {
  padding: 5px 20px 5px 60px;
}

/*.sidebar-cat .category li > div .dropdown-btn.active {*/
/*  background: rgb(217, 0, 20);*/
/*  color: #fff;*/
/*  border-color: rgb(217, 0, 20);*/
/*}*/

.sidebar-cat .category li > div .dropdown-btn.active i {
  transform: rotate(90deg);
}

.sidebar-cat .category li > div .dropdown-btn i {
  transition: all ease 0.3s;
}

.sidebar-cat.sticky-top {
  top: 10px;
  display: block !important;
  height: 85vh;
  padding-left: 0.25rem;
  margin-left: -0.25rem;
  overflow-y: auto;
  padding-right: 0.25rem;
}

#products_section [class^="col"] {
  margin-bottom: 30px;
}

div#products_section {
  padding: 0 10px;
  height: 83vh;
  overflow: hidden;
  overflow-y: scroll;
}

body {
  overflow: hidden;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #c3c3c3;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #c3c3c3;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d62929;
}

.wd-content-area.site-content {
  height: 100%;
}

article {
  height: 100%;
}

.entry-content {
  height: 100%;
}

.sidebar-cat .category li.active > div {
  background-color: #f7f7f7;
  border-left: 1px solid #dc3545;
}

.sidebar-cat .category li.active .sub-category {
}

.sidebar-cat .category li.active .sub-category li.active ul span.active {
  color: #d10000;
}
.sidebar-cat .category li .sub-category li div span span.active {
  color: #d10000;
}
.sidebar-cat .category li div span.active {
  color: #d10000;
}
.sidebar-cat .category li.active .sub-category li.active .subCatTwo li > div {
  background: transparent;
}

.modal-header {
  border-radius: 10px 10px 10px 0;
  background: url(../images/bg-pop2.png) no-repeat;
  background-size: auto;
  background-position: top right;
  border: none;
  padding-bottom: 18px;
  padding: 18px 20px;
}

.modal-content {
  background: transparent;
  border: none;
}

.modal-body {
  background: #fff;
  margin-top: 0px;
  padding: 0px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  padding-bottom: 0px;
}
article#post-11811 div#products_section {
    background-color: #fff !important;
    margin-left: 0;
}
article#post-11811 .modal-footer {
  background: #fff;
  box-shadow: none !important;
  border: none !important;
  height: 0 !important;
  display: none;
}

.modal-header .close {
  background: url(../images/close.png) no-repeat;
  width: 56px;
  height: 56px;
  box-shadow: none;
  text-shadow: none;
  color: transparent;
  font-size: 0;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-body form {
  padding: 10px 20px;
  margin-top: 12px;
  border-top: 1px solid #ccc;
}

.modal-title {
  font-size: 34px;
  color: #d00005;
  line-height: 1;
}

.modal-title strong {
  display: block;
}
    @media screen and (max-width: 768px) {
        iframe#design-maker-embed .modal-open .modal {
            display: none !important;
        }
                
                div#modal-2 {
            position: absolute !important;
        }
          .logo-img {
            opacity: 0;
        }
    .wd-side-hidden::before {
    background: #fff !important;
}
    #mob-header a {
        background-image: url('/wp-content/uploads/2025/04/SB-Banner-Desktop-scaled.png');
        background-size: contain !important;
        margin: 0 auto !important;
        text-align: center !important;
        background-position: center;
        transform: scale(2);
        background-repeat: no-repeat;
        position: relative;
        top: 8px;
        left: 14% !important;
    }
    .designer-mobile-header {
        display: none !important;
    }
        
    .product-section .catalog-details {
        height: auto !important;
    }
    .designer-mobile-header {
        display: none !important;
    }
    .some-parent-class .designer-mobile-header {
        display: none !important;
    }
    .header-right img {
        max-width: 30px !important;
    }
    article {
          height: 100%;
          width: 100% !important;
          
    }
    .designer-mobile-header[data-v-e827f6e0] {
        display: none !important;
    }
    iframe [data-v-e827f6e0] {
        display: none !important;
    }
    iframe#design-maker-embed .designer-mobile-header {
        display: none !important;
    }
    .designer-mobile-header[data-v-e827f6e0] {
        display: none !important;
    }
    h5#modal_title {
        font-size: 25px;
    }

    
}


.modal-footer button,
.modal-footer button:hover {
  background: #d00005;
  border-color: #d00005;
}

.btn-primary {
  background-color: rgb(217, 0, 20);
  border-color: rgb(217, 0, 20);
}
.offcanvas .sidebar-cat.sticky-top {
  height: calc(100vh - 80px);
  position: unset;
}
.dis-mob {
  display: none;
}
@media (min-width: 800px) {
  #web-header {
    display: block;
  }
  #mob-header {
    display: none;
  }
  .header-right img {
    max-width: 52px;
  }
  div#products_section {
    height: 80vh;
  }

  .catalog-img {
    height: 250px;
    overflow: hidden;
  }

  .catalog-details {
    padding: 20px;
    height: 50px;
  }
  .catalog-details p {
    font-size: 14px;
  }
  .highlight {
    display: block;
  }
}
@media (max-width: 800px) {
  header {
    padding: 0 0 5px 0;
  }
  .sidebar-cat.sticky-top.hide-mob {
    display: none !important;
  }
  .dis-mob {
    display: inline-block;
  }
  div#products_section {
    height: 90vh;
  }
  .logo-img {
    width: 50%;
    margin-left: 55px;
    /*        margin-right: auto;*/
  }
  #web-header {
    display: none;
  }
  .modal {
        position: absolute !important;
    }
  #mob-header {
    display: block;
  }
  .header-right img {
    max-width: 40px;
  }

  .catalog-img {
    /*        height: 250px;*/
    overflow: hidden;
  }

  .catalog-details {
    padding: 5px;
  }
  .catalog-details p {
    font-size: 12px;
  }
  .highlight {
    display: none;
  }
      .designer-mobile-header {
        display: none !important;
    }
}
.img-preview {
  padding-top: 40px;
}
.img-preview img {
  object-fit: cover;
}
.modal-content {
    border: none !important;
}
article#post-456 .site-logo a {
    pointer-events: none; /* Prevents all pointer events on the element */
}
html article#post-456 .col-md-10 .height-full {
    height: 85vh !important;
}

html article#post-456 .col-md-10 .height-full #products_section {
    height: 85vh;
}
article .row .col-md-2 {
    padding-right: 0 !important;
}
.sidebar-cat #search_word:focus {
    border: none !important;
    box-shadow: none !important;
}
.catalog-img {
    height: auto;
}
@media screen and (min-width: 800px) {
    .product-section {
        height: 370px !important;
    }
}
@media screen and (max-width: 800px) {
    .header-right .return:before{
        opacity: 0 !important;
    }
    .modal-footer {
    display: block;
    height: auto !important;
    margin-top: -10px;
    background-color: #fff !important;
}
}

.product-section {
    min-height: auto !important;
    /*height: auto !important;*/
}

div#cart_button:after {
    content: '0';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    color: #000;
    background: #fff;
    padding: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    z-index: -2;
}
/* div#cart_button:hover:before {
  content: "Cart";
  position: absolute;
  top: -3px;              /* Position above the element */
  /*right: 8px;
  background-color: #000;
  color: #fff;
  padding: 2px 27px 3px 5px;
  border-radius: 5px;
  font-size: 12px;
  background-image: none;
} */
/* div#cart_button:before{
  content: '';
  position: absolute;
  left: -15px;
  top: 0px;
  background-image: url(/wp-content/uploads/2025/11/return.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
} */
.header-right .return {
    position: relative;
}
/* .header-right .return:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0px;
    /* background-image: url('/wp-content/uploads/2025/11/return.png'); */
   /* background-size: cover;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
} */
.header-right .return:hover:before{
  background-image: none !important;  
}
.header-right .return {
    position: relative;
}
/* .header-right .return:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/11/return.png');
    background-size: cover;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
} */
.header-right .return {
    position: relative;
}
/* .header-right .return:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/11/return.png');
    background-size: cover;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
} */
.header-right .return:hover:before{
  background-image: none !important;  
}
/* .header-right .return:hover:after {
    content: "Return To Shop";
    position: absolute;
    top: -4px;              
    right: 0px;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    /*opacity: 0;*/
    pointer-events: none;
  text-align: center !important;
    transition: opacity .25s ease, transform .25s ease;
} */
ul.sub-category.show-list li.active div i {
    transform: rotate(90deg) !important;
}

/* For top-level items */
li.active > .parent-cat {
  background-color: #d629291c;   /* pick your color */
}
.category li.active .parent-cat .dropdown-btn i {
    transform: rotate(90deg) !important;
}
.category li.active .parent-cat .dropdown-btn i:before {
    transform: rotate(45deg) !important;
}
/* For second-level items (if their content is inside a plain <div>) */
.subCatTwo li.active > div {
  background-color: #d629291c;
}


#product_selection::-webkit-scrollbar-track {
    background-color: #fff !important;
}
#product_selection::-webkit-scrollbar {
  width: 6px;
}

/* Track */
#product_selection::-webkit-scrollbar-track {
  box-shadow: transparent !important; 
  border-radius: 10px;
}
 
/* Handle */
#product_selection::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}
div#product_selection {
    height: 430px !important;
    clear: both !important;
}

/* Handle on hover */
#product_selection::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
div#my-designer {
    height: 95% !important;
}

.section {
    height: 87% !important;
}

.section div#design-section {
    height: 97% !important;
}
.modal-body div#products_section {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.section div#design-section .edm-wrapper {
    height: 95% !important;
}

.section div#design-section .edm-wrapper iframe#design-maker-embed {
    height: 87vh !important;
}

#cart_items.modal[style*="display: block"]::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;           /* 👈 KEY FIX */
}

